LineNumberingConfigurationRestartOnPage Property

Specifies whether the line count is reset to 1 at the start of every page. The defined values for the text:restart-on-page attribute are: -false: line count is not reset, resulting in document-specific numbering of lines. -true: line count is reset to 1 at the beginning of every page, resulting in page-specific line numbering. The default value for this attribute is false.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public bool RestartOnPage { get; set; }

Property Value

Boolean

See Also